Appendix - Troubleshooting Logi Log Files
When troubleshooting Logi, the first thing to try is setting the Debug Dashboard and Embedded Reports application setting to True (see Application Settings: Dashboard and Reports Tab). This allows the reports and dashboard panels to output errors with debug level information if they generate errors. If this does not generate the information necessary to resolve the problem, it can sometimes be helpful to enable debugging at a lower level to allow the web server to show the actual error the application is experiencing at the web server level. To configure this:
-
Browse to the Logi\_Definitions directory under the installed directory for your Keyfactor Command implementation. By default, this is:
C:\Program Files\Keyfactor\Keyfactor Platform\Logi\_Definitions - Using a text editor opened with the “Run as administrator” option, open the _Settings.lgx file for editing.
-
Find the <General> section and within this the rdDebuggerStyle="Redirect" setting.
Copy<General BookmarkCollectionDefault="Bookmarks-@Function.UserName~" BookmarkLocation="@Function.AppPhysicalPath~\SavedBookmarks" rdDebuggerSecurityRightID="Administrator"
rdDebuggerStyle="Redirect" RedirectErrorUrl="_Definitions/_Reports/Error.aspx" RepoFriendly="True" ScriptingLanguage="JavaScript">
<WaitPage />
</General> -
Change rdDebuggerStyle="Redirect" to rdDebuggerStyle="DebuggerLinks".
Copy<General BookmarkCollectionDefault="Bookmarks-@Function.UserName~" BookmarkLocation="@Function.AppPhysicalPath~\SavedBookmarks" rdDebuggerSecurityRightID="Administrator"
rdDebuggerStyle="DebuggerLinks" RedirectErrorUrl="_Definitions/_Reports/Error.aspx" RepoFriendly="True" ScriptingLanguage="JavaScript">
<WaitPage />
</General> - Save the changes and then reproduce the problem.
- If you have also enabled the Debug Dashboard and Embedded Reports application setting, you can try to access the debug output in usual way supported by that application setting (see Application Settings: Dashboard and Reports Tab).
-
If you have not enabled the Debug Dashboard and Embedded Reports application setting or the debug output does not appear in the expected locations in the Management Portal, look for the debug output in the Logi\rdDownload directory under the installed directory for your Keyfactor Command implementation. By default, this is:
C:\Program Files\Keyfactor\Keyfactor Platform\Logi\rdDownload
Was this page helpful? Provide Feedback